|
FEXP Solver
1.0.0.0
|
Text file reader. More...
#include <FEXPFileHandler.h>


Public Member Functions | |
| CFEXPFileReader (const std::string &path, const t_FileStructMap &map) | |
| CFEXPFileReader (const std::string &path, Ptr< std::vector< std::string >> data, const t_FileStructMap &map) | |
| virtual | ~CFEXPFileReader () |
| virtual Ptr< CFEXPFEInpContBase > | GetInputContainer () override |
| virtual Ptr< std::vector< std::string > > | GetFileContent () const override |
| virtual void | Read () override |
| virtual bool | ReadProgress () override |
| Ptr< TINContainer > | GetInputData () |
Additional Inherited Members | |
Static Public Member Functions inherited from ICFEXPFileReaderIntf | |
| static void | ReadFileAndGetContent (const std::string &path, std::vector< std::string > &flines) |
Text file reader.
| CFEXPFileReader< TINContainer, std::enable_if< std::is_base_of< ICFEXPInpDataContBase, TINContainer >::value >::type >::CFEXPFileReader | ( | const std::string & | path, |
| const t_FileStructMap & | map | ||
| ) |
| CFEXPFileReader< TINContainer, std::enable_if< std::is_base_of< ICFEXPInpDataContBase, TINContainer >::value >::type >::CFEXPFileReader | ( | const std::string & | path, |
| Ptr< std::vector< std::string >> | data, | ||
| const t_FileStructMap & | map | ||
| ) |
|
virtual |
|
overridevirtual |
Implements ICFEXPFileReaderIntf.
|
overridevirtual |
Implements ICFEXPFileReaderIntf.
| Ptr<TINContainer> CFEXPFileReader< TINContainer, std::enable_if< std::is_base_of< ICFEXPInpDataContBase, TINContainer >::value >::type >::GetInputData | ( | ) |
|
overridevirtual |
Implements ICFEXPFileReaderIntf.
|
overridevirtual |
Implements ICFEXPFileReaderIntf.